projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec8f896
)
(OBJ1): Add terminal.$(O)
author
Jason Rumney
<jasonr@gnu.org>
Tue, 15 May 2007 23:11:07 +0000
(23:11 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Tue, 15 May 2007 23:11:07 +0000
(23:11 +0000)
src/makefile.w32-in
patch
|
blob
|
history
diff --git
a/src/makefile.w32-in
b/src/makefile.w32-in
index 4dad03f4c0c7ad862130ad8e50c57e498ca84fe9..19425bc9a27fe7090e0b6d2f7b9a1c5e46afc67d 100644
(file)
--- a/
src/makefile.w32-in
+++ b/
src/makefile.w32-in
@@
-123,7
+123,8
@@
OBJ1 = $(BLD)/abbrev.$(O) \
$(BLD)/ccl.$(O) \
$(BLD)/fontset.$(O) \
$(BLD)/fringe.$(O) \
- $(BLD)/image.$(O)
+ $(BLD)/image.$(O) \
+ $(BLD)/terminal.$(O)
WIN32OBJ = $(BLD)/w32term.$(O) \
$(BLD)/w32xfns.$(O) \